Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webargs from 1.8.1 to 4.1.0 #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps webargs from 1.8.1 to 4.1.0.

Changelog

Sourced from webargs's changelog.

4.1.0 (2018-09-17)


Features:

  • Add webargs.testing module, which exposes CommonTestCase
    to third-party parser libraries (see comments in :pr:287).

4.0.0 (2018-07-15)


Features:

  • Backwards-incompatible: Custom error handlers receive the
    marshmallow.Schema instance as the third argument. Update any
    functions decorated with Parser.error_handler to take a schema
    argument, like so:

.. code-block:: python

# 3.x
[**parser**](https://github.com/parser).error_handler
def handle_error(error, req):
    raise CustomError(error.messages)


# 4.x
[**parser**](https://github.com/parser).error_handler
def handle_error(error, req, schema):
    raise CustomError(error.messages)

See marshmallow-code/marshmallow#840 (comment) <https://github-redirect.dependabot.com/marshmallow-code/marshmallow/issues/840#issuecomment-403481686>_
for more information about this change.

Bug fixes:

  • Backwards-incompatible: Rename webargs.async to
    webargs.asyncparser to fix compatibility with Python 3.7
    (:issue:240). Thanks :user:Reskov for the catch and patch.

Other changes:

  • Backwards-incompatible: Drop support for Python 3.4 (:pr:243). Python 2.7 and

    =3.5 are supported.

  • Backwards-incompatible: Drop support for marshmallow<2.15.0.
    marshmallow>=2.15.0 and >=3.0.0b12 are officially supported.
  • Use black <https://github.com/ambv/black>_ with pre-commit <https://pre-commit.com/>_
    for code formatting (:pr:244).
... (truncated)
Commits
  • 99493f0 Bump version and update changelog
  • 5b981a4 Merge pull request #291 from sloria/docs
  • 1337b2a Minor travis cleanup
  • 9b89fc1 Various docs updates
  • 7422d17 Disable pull request review protection
  • 7acf60c Merge pull request #288 from sloria/common-test-case
  • 78f028b Expose CommonTestCase in webargs.testing
  • 3624095 Fix mergify config
  • ef16a7a Update mergify config to use label instead of approvals
  • 25a38f1 Fix test for marshmallow 3.0.0b14
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies python Pull requests that update Python code labels Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant